home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Red Eye Press Kit
/
Red Eye Press Kit.iso
/
pc
/
main.dxr
/
SCRIPTS_29_goURL (mouseUp).ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-18
|
253 b
|
12 lines
property goURL
on getPropertyDescriptionList
description = [:]
addProp(description, #goURL, [#default: EMPTY, #format: #string, #comment: "goURL:"])
return description
end
on mouseUp me
gotoNetPage(goURL, "http://www.redeye-themovie.com")
end